/* PRODUCTS */
.mx_webshop_product {
   	width: 30.5%;
	height:auto;
	float: left;
	display: block;
	background-color:#FFFFFF;
	padding-bottom:5px;
	margin-right:4%;
	margin-bottom:90px;
}

.mx_webshop_product:nth-of-type(3n+1) {
	margin-right:0;
}

.mx_webshop_product_related .mx_webshop_product, #mx_webshop_latest .mx_webshop_product {
    width: 100%;
	margin-right:0;
	margin-bottom:0;
}

.mx_webshop_product_image {
    width: 100%;
	height: auto;
	text-align:center;
		position:relative;
	border: solid 1px #FFFFFF;
	padding:15px;
}

.mx_webshop_product:hover .mx_webshop_product_image{
	border:solid 1px #EEEEEE;
}

.sale-label {
	position:absolute;
	left:0;
	top:30px;
	background-color:#999999;
	color:#FFFFFF;
	padding:0 10px;
}

.mx_webshop_product_image img {
width: 100%;
height:auto;
	display: block;
	margin:0 auto;
}

.mx_webshop_product:hover .mx_webshop_product_image img {
	opacity:0.6;
}

.mx_webshop_product footer {
	position: absolute;
    width:235px;
    height:60px;
	background-color:#000000;
	text-transform:uppercase;
	color:#FFFFFF;
	line-height:60px;
	font-size:18px;
	letter-spacing:3px;
	text-decoration:none;
	left:50%;
	margin-left:-115px;
	padding-right:50px;
	top: 50%;
transform: scale(0);
transition: all 0.5s ease;
}

.mx_webshop_product:hover footer {
	display:block;
transform: scale(1);
}

.mx_webshop_product footer:after {
	position: absolute;
	content:"";
	width:46px;
	height:44px;
	display:block;
	right:7px;
    top:8px;
	background-image: url(../../../templates/layout/cart-white.svg);
	background-repeat:no-repeat;
	background-size:40px 40px;
	background-position:top right;
	border-left:solid 1px #FFFFFF;
}

.mx_webshop_product a {
    display: block;
    color:#000000;
    text-decoration: none;
   
}

.mx_webshop_product h2 {
    display:block;
font-weight:normal;
	padding: 20px 10px 20px 10px;
	margin: 0px;
	text-align:center;
	color:#1A171B;
	line-height:23px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing:3px;
}

.mx_webshop_category_prices {
    float:left;
	width:100%;
height:23px;
	letter-spacing:2px;
	font-size:18px;
	text-align: center;
	padding-left:5px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
}

.mx_webshop_category_old_price {
    text-decoration: line-through;
    font-size: 12px;
    font-weight: normal;
}

.mx_webshop_category_new_price {
    color: #f3997b;
}


@media screen and (max-width: 767px) {
.mx_webshop_product {
    width: 48%;
    margin-right: 2%;
    box-sizing: border-box;
}

.mx_webshop_product:nth-of-type(3n+1) {
    margin-right:2%;
}
.mx_webshop_product:nth-of-type(2n+1) {
    margin-right:0;
}



.mx_webshop__product_image {
    display: inline-block;
    width: 100%;
}
.mx_webshop_product_image img {
    max-width: 100%;
}
.mx_webshop_product a {
    box-sizing: border-box;
    width: 100%;
}

}
/* 
@media screen and (max-width: 550px) {

	.mx_webshop_product {
    width: 100% !important;
	margin-right:0% !important;
}

}
*/

/* shoppingcart_summary.html.twig) */

#mx_webshop_summary {
	float:left;
	width:38px;
	height:44px;
	position:absolute;
	right:10px;
	top:10px;
}

#mx_webshop_summary_button {
	cursor:pointer;
	color:#FFFFFF;
	width:38px;
	height:100px;
}

#mx_webshop_summary_button span {
	position:absolute;
	width:auto;
	min-width:24px;
	padding:4px;
	line-height:16px;
	font-size:14px;
	left:-12px;
	top:15px;
	background-color: #3D1B56;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
text-align:center;
}

#mx_webshop_summary_button i {
	font-size:30px;
}

#mx_webshop_summary_content {
	display:none;
	background-color:#FFFFFF;
	width:250px;
	top:70px;
	right:-4px;
	position:absolute;
	padding:10px 15px;
	text-align: left;
	z-index:9999;
border: solid 1px #000;
}

#mx_webshop_summary_content table {
	width:220px!important;
}

#mx_webshop_summary_content table td:first-of-type {
	width:145px!important;
}

#mx_webshop_summary_content table td:last-of-type {
	width:45px!important;
}

#mx_webshop_summary_content:after {
	bottom: 100%;
	right: 12px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000;
	border-width: 10px;
	margin-left: -10px;
}

#mx_webshop_summary_content h3 {
	font-size:18px;
	margin-bottom:10px;
}

#mx_webshop_summary_content td {
	vertical-align:top;
	padding-right:10px;
	font-size:13px;
}

#mx_webshop_summary_content p {
	font-size:13px;
	margin-bottom:15px;
}

#mx_webshop_summary_content td:last-of-type {
	padding-right:0;
	text-align:right;
}

#mx_webshop_summary_content p.total {
	text-align:right;
	font-weight:bold;
}

#mx_webshop_summary_content p:last-of-type {
	margin-bottom:0;
}

/* PROCESS (registration.html.twig / overview.html.twig / payment.html.twig) */
.mx_webshop_process {
    padding: 5px 10px;
    background: #f9f9f9;
    border: 1px #DDD solid;
    color: #777;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: table;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
}

.mx_webshop_process ul, .mx_webshop_process li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mx_webshop_process li {
    float: left;
}

.mx_webshop_process a {
    color: #777;
    text-decoration: underline;
}

.mx_webshop_process li:after {
    color: #777;
    padding: 0 10px;
    content: '/';
    font-weight: normal;
}

.mx_webshop_process li:last-child:after {
    padding: 0;
    content: '';
}

/* GENERAL ROWS / INPUT */
.mx_webshop_row {
    display: table;
    width: 100%;
    margin-bottom: 8px;
    padding-right: 15px;
    box-sizing: border-box;
    clear: both;
}

.mx_webshop_row label, .mx_webshop_input {
    display: inline-block;
    float: left;
    box-sizing: border-box;
}

.mx_webshop_row > label {
    width: 40%;
}

.mx_webshop_input {
    width: 60%;
}
/*
.mx_webshop_row input[type=text], .mx_webshop_row input[type=email], .mx_webshop_row input[type=password], .mx_webshop_row textarea {
    padding: 4px 10px;
    border: 1px #DDD solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
}

.mx_webshop_row textarea {
    height: 70px;
}

.mx_webshop_row input[type=submit], .mx_webshop_row input[type=reset], .mx_webshop_row input[type=button] {
    background: #f9f9f9;
    padding: 4px 10px;
    font-size: 14px;
    border: 1px #DDD solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    color: #000;
    height: auto;
}
*/

/* RESPONSIVE */
@media screen and (max-width: 767px) {
    .mx_webshop_row > label, .mx_webshop_input {
        width: 100%;
    }
    .mx_webshop_row {

    }
}